home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000284_news@columbia.edu _Wed Feb 19 11:15:51 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA03146
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 19 Feb 1997 11:15:49 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA09283
  7.     for kermit.misc@watsun; Wed, 19 Feb 1997 11:15:47 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.mathworks.com!news.pbi.net!uunet!in2.uu.net!130.13.16.4!news.advtech.uswest.com!aeon.ecte.uswc.uswest.com!usenet
  9. From: Duane Christensen <dlchri2@mas-co1.uswc.uswest.com:>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Problem with dialing on a USRobotics (long)
  12. Date: Wed, 19 Feb 1997 09:58:07 -0600
  13. Organization: PDS
  14. Lines: 90
  15. Message-ID: <330B230F.44A6@mas-co1.uswc.uswest.com>
  16. NNTP-Posting-Host: oisdev05.ecte.uswc.uswest.com
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 3.01Gold (X11; I; HP-UX A.09.05 9000/712)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:6623
  22.  
  23. Frank da Cruz wrote:
  24. : In article <330A1743.420D@mas-co1.uswc.uswest.com>,
  25. : Duane Christensen  <dlchri2@mas-co1.uswc.uswest.com> wrote:
  26. : : I am running: C-Kermit 6.0.192, 6 Sep 96, for HP-UX 9.0
  27. : : with a US Robotics Courier V.Everything(TM) modem and the
  28. : : modem set to usrobotics on a HP-UX 9000/891 A.09.04 (T500)
  29. : : machine.
  30. : :
  31. : : After a soft reboot of the machine the modem fails to
  32. : : recognize the Hangup-command string of ATQ0H0, and then
  33. : : fails to recognize the Init-string.
  34. : :
  35. : In fact, your logs show that it fails to read any characters
  36. : at all.  What happens if you do this:
  37. :   set modem type usr
  38. :   set carrier off
  39. :   set line /dev/xxxx
  40. :   set speed 57600
  41.  
  42. The highest speed that I can set the speed at is 9600. If I set
  43. anything higher it reverts to the previous setting (300 baud).
  44.  
  45. :   connect
  46. : and then type AT and carriage return?
  47.  
  48. I tried this and nothing happened.
  49.  
  50. : : My guess is that there is not a one second pause around the +++...
  51. : :
  52. : There is definitely a pause.
  53. :
  54.  
  55. Cool. Thanks. 
  56.  
  57. : : I need to make the script for the new version work all the time.
  58. : : I do not want to keep both versions of the code around.  If need
  59. : : be, I will ask to have the updated version removed. I would prefer
  60. : : to have the new version work all the time, and remove the old
  61. : : version.
  62. : :
  63. : I would too, of course.  This is a tough one to diagnose at a distance.
  64. : Nobody else has reported any problems like this with HP-UX 9.0.
  65. : OK, so if you dial the modem with C-Kermit 5A(190) once, then you can
  66. : use C-Kermit 6.0.192 all you want until the next time the system is booted?
  67. : Let me take a wild stab...  One big difference between the two Kermit versions
  68. : is that C-Kermit 6.0 automatically chooses the best type of flow control;
  69. : in this case RTS/CTS because both the modem and HP-UX support it.  5A(190)
  70. : did not do that, and so was probably using the default setting of Xon/Xoff.
  71. : This makes me think that the cable between the computer and the modem might
  72. : not have the circuits needed for hardware flow control.  So what happens if
  73. : you do this:
  74. :   set modem type usr
  75. :   set flow xon/xoff
  76. :   set line /dev/xxxx
  77. :   set speed 57600
  78.  
  79. See note above about setting to this baud rate.
  80.  
  81. : and then dial?
  82.  
  83. I tried this and various combinations of these settings and none
  84. of the settings changed how it worked.
  85.  
  86. I wonder if there is some kind of configuration issue with HP/UX
  87. or the port. Also, there could be problems with the cable, because
  88. the cable is built by people who know a little about modems and
  89. nothing about HP hardware.
  90.  
  91. If anyone has the ideal pin-out schematic for this configuration
  92. I would appricate it. When I talk to the people that install modems,
  93. they are not very good about telling me what schematic we are
  94. using, but they are great if you tell them this is the schematic
  95. we need to use. This would be nice to know even if it is not my
  96. problem.
  97.  
  98. : - Frank
  99.  
  100. Thank you very much for your assistance.
  101.  
  102. - Duane
  103.